Changes the rate of fire for the following weapons:

Snspistol



Installation method 1

Replace the files at:

mods\update\update.rpf\dlc_patch\mpbeach\common\data\ai

with the files inside this folder.



Installation method 2

If you want to, you can edit the lines inside the .meta files by yourself. (You only need to edit a couple lines).

This example is for carbinerifle
For weaponanimations.meta:


--- Open it and search for WEAPON_CARBINERIFLE (ctrl + f)

Scroll down until you find:

<AnimFireRateModifier value="1.000000" />
          <AnimBlindFireRateModifier value="1.000000" />
          <AnimWantingToShootFireRateModifier value="-1.000000" />

and replace it with:

<AnimFireRateModifier value="2.300000" />
          <AnimBlindFireRateModifier value="2.300000" />
          <AnimWantingToShootFireRateModifier value="-2.000000" />

this will increase the fire rate to be approximately 2x faster, change the values to your preference.




--- Now weapons.meta (or weapon*******.meta), search for WEAPONS_CARBINERIFLE again.

Scroll down until you find:

          <TimeBetweenShots value="0.91000" />
          <TimeLeftBetweenShotsWhereShouldFireIsCached value="-1.000000" />

and replace it with:

          <TimeBetweenShots value="0.045000" />
          <TimeLeftBetweenShotsWhereShouldFireIsCached value="-3.000000" />

this will increase the fire rate to be approximately 2x faster, change the values to your preference.

Remember to save both files and you're done.

NOTE: the values for each "genre" of weapon vary a lot, rifles, handguns, shotguns.
You can open the .meta files inside this folder and find the values and replace them manually if you'd like.
